home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Game-Power
/
Amiga Game-Power.iso
/
pd mix ii
/
rot
/
demolition
/
makefile
< prev
next >
Wrap
Makefile
|
1994-05-20
|
86b
|
6 lines
OBJS = DEMOlition.o
LIBS = -lc
DEMOlition: $(OBJS)
ln $(OBJS) -o DEMOlition $(LIBS)